Version 24.2 (latest)

SortedListView<T> Class Methods

For a list of all members of this type, see SortedListView<T> members.

Public Methods
 NameDescription
Public MethodAddAdds and item to the collection.  
Public MethodClearClears the collection.  
Public MethodContainsDetermines if the collection contains the provided item.  
Public MethodCopyToCopies the collection to an array.  
Public MethodGetEnumeratorGets the enumerator for iterating through the collection.  
Public MethodIndexOfReturns the index of the provided value in the collection.  
Public MethodInsertInserts the item at the specified index.  
Public MethodRemoveRemoves the specified value from the collection.  
Public MethodRemoveAtRemoves the item at the specified index.  
See Also